Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseCollectionEventArgs<T> Class / Item Property

In This Topic
    Item Property (BaseCollectionEventArgs<T>)
    In This Topic
    Returns reference to the changed item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As T
    public T Item {get;}
    See Also